1.14 Market Capitalization

Summary

References

Quiz

Answers

PHASE I – PUBLIC BLOCKCHAINS

2. Ethereum

2.1 Consensus Model

2.2 Transaction fees

2.3 L2 Solutions

2.4 Scalability and Performance

2.5 Development

2.5.1 Why Learn Solidity?

2.5.2 Solidity vs. Who?

2.5.3 Solidity Features

2.5.4 REMIX browser

2.5.5 Write a Small Program

2.5.5.1 Compiling

2.5.5.2 Deployment

2.5.6 Application Binary Interface

2.5.7 Layout of Solidity source code

2.5.7.1 SPDX License Number

2.5.7.2 Version

2.5.7.3 Import File

2.5.7.4 Contract

2.5.7.5 Libraries

2.5.7.6 Interfaces

2.5.7.7 Events

2.5.7.8 Order of Elements in Solidity File

2.5.7.9 Order of Elements in a Contract

2.5.8 Functions in Solidity

2.5.8.1 Constructor

2.5.8.2 Setter() and Getter()

2.5.8.3 Return Values

2.5.8.4 Order of Functions